func golang.org/x/tools/internal/gcimporter.internalErrorf

14 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iexport.go#L375: 		panic(internalErrorf("too many predeclared types: %d > %d", len(p.typIndex), predeclReserved))
		iexport.go#L724: 				panic(internalErrorf("unexpected method: %v", sig))
		iexport.go#L798: 			panic(internalErrorf("%s is not a defined type", t))
		iexport.go#L844: 		panic(internalErrorf("unexpected object: %v", obj))
		iexport.go#L1094: 				panic(internalErrorf("no package to set for empty struct"))
		iexport.go#L1156: 		panic(internalErrorf("unexpected type: %v, %v", t, reflect.TypeOf(t)))
		iexport.go#L1332: 		panic(internalErrorf("unexpected type %v (%v)", typ, typ.Underlying()))
		iexport.go#L1395: 		panic(internalErrorf("unexpected type %v (%T)", typ.Underlying(), typ.Underlying()))
		iexport.go#L1402: 		panic(internalErrorf("negative unsigned integer; type %v, value %v", typ, x))
		iexport.go#L1407: 		panic(internalErrorf("leading zeros"))
		iexport.go#L1410: 		panic(internalErrorf("bad mpint length: %d > %d (type %v, value %v)", len(b), maxBytes, typ, x))
		iexport.go#L1447: 		panic(internalErrorf("encoding mistake: %d, %v, %v => %d", len(b), signed, negative, n))
		iexport.go#L1476: 		panic(internalErrorf("mantissa scaling failed for %f (%s)", f, acc))
		iexport.go#L1594: func internalErrorf(format string, args ...any) error {